McTrack Class
Represents the compensation time and hysteresis to be applied to a switch on a track.
Inheritance Hierarchy
System.Object
IntervalZero.KINGSTAR.Base.McTrack
Namespace: IntervalZero.KINGSTAR.Base
Assembly: IntervalZero.KINGSTAR.Base (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
public class McTrack
Public Class McTrack
The McTrack class exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
McTrack | Initializes a new instance of the McTrack class. |
Properties
Name | Description | |
---|---|---|
![]() |
Hysteresis | The distance from a switching point (in positive and negative direction) in which a switch is not turned on or off until the axis has left this area. |
![]() |
OffCompensation | The compensation time with which a switch is turned off (falling edge) before or after a switching point per track. |
![]() |
OnCompensation | The compensation time with which a switch is turned on (rising edge) before or after a switching point per track. |
See also